home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / wtj208.zip / FRANTZ / TARGET / TARGET.H < prev    next >
Text File  |  1993-04-10  |  575b  |  22 lines

  1. /* ------------------------------ TARGET.H ---------------------------
  2.  *    Exported include for Target Custom Control
  3.  * ---------------------------------------------------------------- */
  4.  
  5. #define TARGET_CLASSNAME    "Target"
  6.  
  7. // ---- Target messages
  8. #define TGM_GETPOS    WM_USER+100
  9. #define TGM_SETPOS    WM_USER+101
  10. #define TGM_SETBMP    WM_USER+102        // For VB
  11.  
  12. // ---- Target Notification Codes
  13. #define TGN_CHANGE    1
  14.  
  15. // ---- Target styles
  16. #define TGS_CIRCLES    0
  17. #define TGS_PLAIN    1
  18. #define TGS_BITMAP    2
  19.  
  20. #define TGS_BORDER    0x08L
  21. #define TGS_VB        0x10L            // For VB
  22.